In order to combine two or more result sets into one, and thus increase readability and speed up querying, the UNION operator may be used.
Syntax
The basic syntax...
The INNER JOIN clause let us match rows with same columns from two different tables. Following rules have to be applied to use the INNER JOIN clause:
It mus...